(Info-insert-dir): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Mar 1993 04:25:47 +0000 (04:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Mar 1993 04:25:47 +0000 (04:25 +0000)
lisp/info.el

index b041a3477d01d953e9e7ec132e1f3e5095e491bd..7ae7542ee0aaaffead48816776bda27e977a1022 100644 (file)
@@ -322,7 +322,7 @@ to read a file name from the minibuffer."
                                   end t)
                (progn
                  (insert "* " nodename "\n")
-                 (setq menu-items (cons nodename menu-item)))))
+                 (setq menu-items (cons nodename menu-items)))))
          (setq nodes (cdr nodes))))
       ;; Now take each node of each of the other buffers
       ;; and merge it into the main buffer.